From da95365f931d235937f241be7c4b5d74ff7d4f58 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 18 Oct 1999 18:47:17 +0000 Subject: [PATCH] Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they 1999-10-18 Federico Mena Quintero * configure.in: Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they need the X libraries. Fixes bug #2472. --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/Makefile.am | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a07c218f4e..acc61ea623 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +1999-10-18 Federico Mena Quintero + + * configure.in: Use $GTK_LIBS as the extra libs when checking for + libgif/libungif, as they need the X libraries. Fixes bug #2472. + 1999-10-10 Cody Russell * src/gdk-pixbuf-drawable.c: core function now determines whether the requested geometry is on screen or not, and if some is not diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 329e648e5b..59df1e0849 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -44,13 +44,11 @@ testpixbuf_LDADD = $(LDADDS) libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf libgdk_pixbuf_la_SOURCES = \ -# gdk-pixbuf-drawable.c \ gdk-pixbuf.c \ gdk-pixbuf-io.c \ gdk-pixbuf-data.c libgdk_pixbufinclude_HEADERS = \ -# gdk-pixbuf-drawable.h \ gdk-pixbuf.h \ gdk-pixbuf-io.h -- 2.30.2